Here is the code for doing this...
<IMG SRC="your directory name/your file name.jpg" HEIGHT="1" WIDTH="1">
To insert an image use... <IMG SRC="yourdirectoryname/yourfilename.jpg or .gif">
To keep your text spaced like it is in your editor use... <PRE>TEXT HERE </PRE>
To align something to either the right, left, top, bottom etc use... ALIGN="right" sub. any other aligment for right. You can use this to align either text or images.
To make a word bold or italic use... <B> </B> or <I> </I> around the word you want to emphise, example<B>word</B> or <I>word</I>
To change color or your text use... <FONT COLOR="#your choice of color">right before you want to change colors then put </FONT> after the change is to stop.
EXAMPLE
I want to change the <FONT COLOR="#00CC00">color </FONT> of this word. This will make the word "color" show up green.
How to place a text link to other pages.
<A HREF="page url.html">Click Here</A>
I used the words Click Here but you can use anything you like.
How to link an image to other pages.
<A HREF="page url.html"><your directory/name of image.jpg or .gif></A>
Making an E-mail link.
<A HREF="mailto:your email addy">E-Mail Me</A>